-
Notifications
You must be signed in to change notification settings - Fork 15.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
community: add method to create branch and list files for gitlab tool #27883
community: add method to create branch and list files for gitlab tool #27883
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
@ccurme could you please give me a feedback? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @lorenzb07,
This PR has been marked Needs Support
. Per our review process, we ask that you demonstrate community support for this feature.
I took a quick look: my reaction is that this could break workflows for existing users. The reason is that if anyone is passing toolkit.get_tools()
to an agent, that agent will now need to choose from among 14 tools (instead of the previous 8). This could cause performance to degrade. Wondering if the tools could be gated or "opt-in" somehow.
Thank you @ccurme As you can see here https://github.com/langchain-ai/langchain/blob/master/libs/community/langchain_community/utilities/github.py#L812, I added only some features that are already present on the GitHub tool. For GitHub there are 20 tools. Maybe we can consider and filter which tools are really useful. |
About
This Pull request add the methods: